projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7c86a9
)
printposn needs a double, not a float.
author
robertl
<robertl>
Mon, 24 Nov 2003 14:14:02 +0000
(14:14 +0000)
committer
robertl
<robertl>
Mon, 24 Nov 2003 14:14:02 +0000
(14:14 +0000)
defs.h
patch
|
blob
|
history
util.c
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index b838212af7b7b1d8d135c93373e473e2e73f2897..1ddf18c0892f97c5d61d247fc7af5e11f91abeef 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-293,7
+293,7
@@
void warning(const char *, ...)
ff_vecs_t *find_vec(char *, char **);
void disp_vecs(void);
void disp_formats(int version);
-void printposn(
float
c, int is_lat);
+void printposn(
double
c, int is_lat);
filter_vecs_t * find_filter_vec(char *, char **);
void free_filter_vec(filter_vecs_t *);
diff --git
a/util.c
b/util.c
index 3e2e261aab4a1ff70e65f28d116822a5a607cea9..0ff2e6922a487172792e4fca933cfba14d886f5b 100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-279,7
+279,7
@@
mkposn(const char *string)
}
void
-printposn(const
float
c, int is_lat)
+printposn(const
double
c, int is_lat)
{
char d;
if (is_lat) {